PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class / setDataFormat Method
A PDFSubmitFormActionDataFormat enum member specifying the format of the data submitted to the server.
In This Topic
    setDataFormat Method
    In This Topic
    Sets the format of the submitted data.
    Syntax
    public void setDataFormat( 
       PDFSubmitFormActionDataFormat submitDataFormat
    )

    Parameters

    submitDataFormat
    A PDFSubmitFormActionDataFormat enum member specifying the format of the data submitted to the server.
    See Also